@charset "gb2312";
.top{
    height: 60px;
    background: #F9F9F9;
    box-shadow: 0px 5px 16px 0px rgba(212, 213, 214, 0.18);
}
.sec_cont.forth_cont{
    display: block;
}

.top_nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top_nav li{
    height: 60px;
    margin-right: 30px;
    position: relative;
    text-align: center;
}
.top_nav_btn{
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
}
.top_nav_btn span{
    font-size: 16px;
    margin-right: 6px;
    color: #666;
}
.top_nav_icon{
    transition: all .5s;
    display: block;
    width: 10px;
}
.top_nav_btn img{
    width: 10px;
}
.top_nav li:hover .top_nav_btn img{
    transform: rotate(180deg);
}
.top_nav li:hover .top_nav_icon{
    transform: rotate(180deg);
}
.top_nav_btn img.nav_select_icon,
.top_nav li:hover .top_nav_btn img.nav_select_icon_hover{
    display: block;
}
.top_nav li:hover .top_nav_btn img.nav_select_icon,
.top_nav_btn img.nav_select_icon_hover{
    display: none;
}
.top_nav_slide{
    display: none;
}
.top_nav_slide{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 60px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 7px rgba(58, 58, 58, .2);
}
.daohang_box{
    padding: 10px;
    width: 725px;
}
.daohang_box h5{
    line-height: 46px;
    font-size: 16px;
    padding-left: 16px;
    font-weight: normal;
    box-sizing: border-box;
    color: #000;
    text-align: left;
}
.daohang_box .top_nav_link{
    box-sizing: border-box;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.daohang_box .top_nav_link:nth-last-child(1){
    border: 0;
    padding: 0;
}
.top_nav_link_row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #888;
}
.top_nav_link_row a{
    display: block;
    width: 108px;
    color: #888;
}
.top_nav_link_row span{
    display: block;
    width: 10px;
}
.nav_course{
    width: 550px;
}
.nav_course_box{
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    height: 110px;
}
.nav_course_box:nth-child(3n){
    border-right: 0;
}
.nav_course_box:nth-last-child(-n+3){
    border-bottom: 0;
}
.nav_course_box h5{
    line-height: 46px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.nav_course_box p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_course_box p a{
    display: block;
    border-radius: 4px;
    width: 70px;
    line-height: 28px;
    font-size: 14px;
    color: #888;
}
.fixed_l_cont a:hover{
    color: #e92930;
}
.news_box li:hover a h4{
    color: #e92930;
}
.bottom_cont a:hover,
.fifth_hp_text:hover p,
.forth_cont li a:hover,
.forth_cont li .forth_cont_link a:nth-child(1):hover,
.forth_cont li .forth_cont_link a:nth-child(2):hover,
.fifth_top_link a:hover, 
.forth_top_link a:hover,
.sec_news li a:hover,
.sec_top_link a:hover,
.header_city li a:hover,
.nav_course_box p a:hover,
.top_nav_link_row a:hover,
.fifth_xc_l a:hover,
.zkxx_gj_row p a:hover,
.top_login a:hover,
.top_nav_btn:hover span,
.nav_sz a:hover{
    color: #e92930;
    text-decoration: underline;
}
/* .nav_sz a:hover{
    background: #e92930;
    color: #fff;
} */
.nav_sz{
    width: 80px;
}
.nav_sz a{
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #000;
}
.top_r{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.media_list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.media_list li{
    width: 60px;
    height: 60px;
    margin-right: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.media_list li>img{
    display: block;
    height: 22px;
    transition: all .5s;
}
.media_list li .media_icon,
.media_list li:hover .media_icon_hover{
    display: block;
}
.media_list li:hover .media_icon,
.media_list li .media_icon_hover{
    display: none;
}
.media_list li:hover .media_icon_hover{
    transform: scale(.8);
}
.media_list li:hover h5{
    height: 24px;
}
.media_list li h5{
    transition: all .5s;
    height: 0;
    line-height: 24px;
    font-size: 14px;
    color: #E60012;
    overflow: hidden;
}
.media_qr_box{
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 240px;
    padding: 10px;
    z-index: 10;
    left: 0;
    top: 60px;
    background: #fff;
    opacity: .95;
    box-sizing: border-box;
    box-shadow: 0 0 7px rgba(58, 58, 58, .2);
}
.media_qr_box .media_qr{
    float: left;
    display: block;
    width: 90px;
}
.media_qr_box .mdia_qr_text{
    float: right;
    width: 110px;
}
.media_qr_box .mdia_qr_text p{
    line-height: 24px;
    font-size: 14px;
    color: #000;
}
.media_qr_box .mdia_qr_text span{
    display: block;
    width: 80px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 8px;
    background: #e92930;
    color: #fff;
    text-align: center;
}
.top_phone{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
}
.top_phone img{
    display: block;
    width: 20px;
    margin-right: 10px;
}
.top_phone b{
    font-size: 16px;
    color: #E60012;
}
.top_login{
    line-height: 30px;
    font-size: 16px;
    color: #666;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top_login a{
    display: block;
    margin: 0 10px;
}
.header{
    border-top: 1px solid #eaeaea;
    background: #fff;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 30px 0;
    box-shadow: 0 0 16px 0px rgba(212, 213, 214, 0.18);
}
.header_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_l{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo img{
    display: block;
    height: 40px;
}
.logo i{
    display: block;
    width: 1px;
    height: 35px;
    margin: 0 10px;
    background: #a03030;
}
.header_l h1{
    box-sizing: border-box;
    margin-left: 16px;
    padding-left: 16px;
    font-size: 30px;
    line-height: 32px;
    border-left: 1px solid #ccc;
    color: #333333;
}
.header_city{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    max-width: 900px;
}
.header_city li{
    margin-left: 12px;
}
.header_city li a{
    display: block;
    line-height: 25px;
    font-size: 16px;
    color: #333;
}
.nav{
    border-top: 1px solid rgba(51,51,51,.1);
    box-sizing: border-box;
    background: #FFFFFF;
    border-bottom: 3px solid #E60012;
    padding: 10px 0;
    box-shadow: 0px 5px 16px 0px rgba(212, 213, 214, 0.18);
}
.nav_list li{
    float: left;
    position: relative;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    width: 170px;
    line-height: 40px;
    font-size: 20px;
}
.nav_list li::after{
    content: '/';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #333;
    opacity: .1;
    width: 10px;
    line-height: 30px;
}
.nav_list li:nth-last-child(1)::after{
    display: none;
}
.nav_list li.active a,
.nav_list li.active{
    color: #E60012;
}
.nav_list li a{
    display: block;
    color: #333;
}
.nav_box{
    box-sizing: border-box;
    padding: 10px 0;
}
.nav_cont{
    display: none;
}
.nav_cont:nth-child(1){
    display: block;
}
.zkxx_list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.zkxx_list li{
    background: #F0F1F3;
    position: relative;
    width: 160px;
    margin: 10px 17px 10px 0;
    line-height: 54px;
    border-radius: 8px;
    font-size: 18px;
}
.zkxx_list li:nth-child(8n){
    margin-right: 0;
}
.zkxx_list li>a{
    position: relative;
    z-index: 2;
    display: block;
    color: #333;
}
.zkxx_list li.hot{
    position: relative;
    background: #FCF0EF;
}
.zkxx_list li.hot::after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('https://www.huatu.com/images/2021fx/images/hot_icon.png');
    background-size: 100%;
    width: 40px;
    height: 40px;
}
.zkxx_list li.hot>a{
    color: #E60012;
}
.zkxx_list li:hover{
    background: linear-gradient(90deg, #f65637, #f22121);
    box-shadow: 0 0 15px rgba(175, 44, 35, .5);
}
.zkxx_list li:hover>a{
    color: #fff;
}
.zkxx_list li:hover::after{
    display: none;
}
.zkxx_list li:hover .zkxx_gj_slide{
    display: block;
}
.zkxx_list li:nth-child(7n) .zkxx_gj_slide,
.zkxx_list li:nth-child(8n) .zkxx_gj_slide{
    left: auto;
    right: 0;
}
.zkxx_list li:nth-child(7n) .zkxx_gj_slide::before,
.zkxx_list li:nth-child(8n) .zkxx_gj_slide::before{
    left: auto;
    right: 75px;
}
.zkxx_gj_slide{
    display: none;
    position: absolute;
    text-align: left;
    left: 0;
    top: 55px;
    z-index: 100;
    width: 500px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 7px rgba(58, 58, 58, .2);
}
.zkxx_gj_slide::before{
    content: '';
    display: block;
    position: absolute;
    left: 75px;
    top: -6px;    
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}
.zkxx_gj_row{
    display: flex;
    justify-content: flex-start;
}
.zkxx_gj_row h5{
    display: block;
    width: 80px;
    line-height: 32px;
    font-size: 16px;
    color: #000;
}
.zkxx_gj_row p{
    width: calc(100% - 80px);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 32px;
    font-size: 14px;
    color: #888;
}
.zkxx_gj_row p a{
    color: #888;
    margin: 0 4px;
}
.zxfx_tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.zxfx_tab li{
    cursor: pointer;
    margin: 0 30px 10px 0;
    line-height: 36px;
    font-size: 18px;
    color: #333;
}
.zxfx_tab li.active{
    color: #E60012;
}
.zxfx_cont,
.zxfx_posi_box,
.contact_cont{
    display: none;
}
.zxfx_cont:nth-child(1),
.contact_cont:nth-child(1),
.zxfx_posi_box:nth-child(1){
    display: block;
}
.zxfx_cont_tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.zxfx_cont_tab li{
    cursor: pointer;
    margin: 6px 8px 6px 0;
    box-sizing: border-box;
    padding: 0 8px;
    min-width: 90px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #DEDEDE;
    color: #666;
}
.zxfx_cont_tab li.active,
.zxfx_cont_tab-sub li.active{
    background: #FDFAFA;
    border: 1px dashed #E60012;
    color: #E60012;
}
.zxfx_posi_box h5{
    line-height: 36px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #E60012;
}
.zxfx_posi {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.zxfx_posi p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 36px;
    font-size: 16px;
    margin-right: 30px;
    color: #333;
}
.zxfx_posi p img{
    display: block;
    height: 22px;
    margin-right: 8px;
}
.zxfx_posi p a{
    color: #333;
    margin-right: 1em;
    text-decoration: underline;
}
.zxfx_posi>a{
    display: block;
    width: 93px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(90deg, #f65637, #f22121);
}
.main_box{
    box-sizing: border-box;
    background: #F6F7FA;
    padding: 30px 0;
}
.main_box>.container{
    box-sizing: border-box;
    background: #fff;
    padding: 30px;
}
.main_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.box_title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    line-height: 50px;
}
.box_title img{
    display: block;
    height: 36px;
    margin-right: 12px;
}
.box_title h3{
    white-space: nowrap;
    font-size: 30px;
    color: #333;
}
.box_title span{
    cursor: pointer;
}
.box_title span.active{
    color: #E60012;
}
.main_search_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main_search_box a.search_btn{
    display: block;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #DEDEDE;
    color: #666666;
    margin-left: 10px;
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.main_search_box a.search_btn:hover{
    border: 1px dashed #E60012;
    color: #E60012;
    background: #FDFAFA;
}
.main_search{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #E60012;
    height: 50px;
}
.search_type{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 125px;
}
.search_type span{
    text-align: center;
    width: 90px;
    font-size: 18px;
    color: #666666;
}
.search_type img{
    display: block;
    transition: all .5s;
    height: 6px;
}
.search_type_list li:hover,
.search_type:hover span{
    color: #E60012;
}
.search_type img.search_bg,
.search_type:hover img.search_bg_hover{
    display: block;
}
.search_type:hover img.search_bg,
.search_type img.search_bg_hover{
    display: none;
}
.search_type:hover img{
    transform: rotate(180deg);
}
.search_type:hover .search_type_list{
    max-height: 300px;
    opacity: 1;
}
.search_type_list{
    box-sizing: border-box;
    padding: 10px;
    transition: all .5s;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    text-align: center;
    z-index: 10;
    border: 1px solid #ccc;
    max-height: 0;
    left: 0;
    right: 0;
    width: 125px;
    top: 41px;
    background: #fff;
}
.search_type_list li{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.search_input{
    display: block;
    box-sizing: border-box;
    border: 0;
    border-left: 1px solid #D5D5D5;
    padding-left: 16px;
    width: 400px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #333;
}
.search_submit{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    font-size: 0;
    cursor: pointer;
    width: 76px;
    height: 100%;
    background: #E60012 url('https://www.huatu.com/images/2021fx/images/search_icon.png') center center no-repeat;
    background-size: 28px;
}
.main_main{
    display: flex;
    justify-content: space-between;
}
.main_l{
    width: 500px;
}
.main_title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 20px;
}
.main_title a{
    color: #333;
    margin-right: 4px;
}
.main_news_list a:hover,
.main_title a:hover{
    color: #E60012;
    text-decoration: underline;
}
.main_news_list a:nth-last-child(1),
.main_title a:nth-last-child(1){
    margin-right: 0;
}
.main_news_list{
    margin-bottom: 15px;
}
.main_news_list:nth-last-child(1){
    margin-bottom: 0;
}
.main_news_list li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
}
.main_news_list a{
    color: #666;
    margin-right: 4px;
}
.main_c{
    width: 200px;
}
.main_c a img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.main_c a:hover img{
    transform: scale(1.1);
}
.main_c a{
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 26px;
}
.main_c a:nth-last-child(1){
    margin-bottom: 0;
}
.main_r{
    width: 570px;
}
.main_r .swiper-slide a,
.main_r .swiper-slide img{
    display: block;
    width: 100%;
}
.swiper-container{
    position: relative;
}
.main_r .swiper-container-horizontal>.swiper-pagination-bullets,
.main_r .swiper-pagination-custom,
.main_r .swiper-pagination-fraction {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_r .swiper-pagination-bullet {
    width: 24px; 
    height: 6px;
    background: #fff; 
    border-radius: 0; 
    opacity: 1;
    transition:all .5s; 
}
.main_r .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px; 
}
.main_r .swiper-pagination-bullet-active {
    background: #E60012; 
    opacity: 1; 
}
.main_r_tab{
    margin-top: 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid #D7D7D7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_r_tab li{
    width: 20%;
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #666666;
}
.main_r_tab li::after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background: #E60012;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.main_r_tab li.active::after{
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
    width: 100%;
}
.main_r_tab li.active{
    color: #E60012;
}
.main_cont{
    display: none;
}
.main_cont:nth-child(1){
    display: block;
}
.main_course_tj table{
    width: 100%;
    text-align: center;
}
.main_course_tj td{
    line-height: 46px;
    box-sizing: border-box;
    width: 33.3%;
    border: 1px dashed #E9EAEB;
    font-size: 16px;
    color: #666;
}
.main_course_tj td:nth-child(1){
    background: #F8F8F8;
}
.main_cont td a{
    display: block;
    color: #666;
}
.main_cont td a:hover{
    color: #E60012;
}
.main_cont_dh{
    width: 100%;
    text-align: center;
}
.main_cont_dh td{
    line-height: 38px;
    box-sizing: border-box;
    border: 1px dashed #E9EAEB;
    font-size: 16px;
    color: #666;
}
.main_cont_tools{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.main_cont_tools li:nth-child(1) a{
    background: linear-gradient(0deg, #59b691, #75ecc5);
    box-shadow: 0 5px 0 rgba(88, 181, 149, .2);
}
.main_cont_tools li:nth-child(2) a{
    background: linear-gradient(0deg, #4d76e0, #81cefa);
    box-shadow: 0 5px 0 rgba(129, 206, 250, .2);
}
.main_cont_tools li:nth-child(3) a{
    background: linear-gradient(0deg, #9c5ce9, #d094ff);
    box-shadow: 0 5px 0 rgba(164, 100, 240, .2);
}
.main_cont_tools li:nth-child(4) a{
    background: linear-gradient(0deg, #e9693a, #f2b471);
    box-shadow: 0 5px 0 rgba(234, 107, 60, .2);
}
.main_cont_tools li:nth-child(5) a{
    background: linear-gradient(0deg, #4d76e0, #81cefa);
    box-shadow: 0 5px 0 rgba(129, 206, 250, .2);
}
.main_cont_tools li:nth-child(6) a{
    background: linear-gradient(0deg, #e9693a, #f2b471);
    box-shadow: 0 5px 0 rgba(234, 107, 60, .2);
}
.main_cont_tools li:nth-child(7) a{
    background: linear-gradient(0deg, #f1ad3d, #f6e158);
    box-shadow: 0 5px 0 rgba(240, 171, 61, .2);
}
.main_cont_tools li:nth-child(8) a{
    background: linear-gradient(0deg, #4d76e0, #81cefa);
    box-shadow: 0 5px 0 rgba(129, 206, 250, .2);
}
.main_cont_tools li{
    margin: 0 20px;
}
.main_cont_tools li a{
    width: 90px;
    height: 90px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_cont_tools li a img{
    display: block;
    transition: all .5s;
}
.main_cont_tools li a:hover img{
    transform: scale(1.1);
}
.main_cont_tools li p{
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.sec_box{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0;
}
.sec_l{
    width: 615px;
}
.sec_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.sec_top_link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ccc;
    margin-left: 4px;
    font-size: 15px;
}
.sec_top_link a{
    display: block;
    box-sizing: border-box;
    color: #666;
    padding: 0 6px;
}
.sec_container{
    box-sizing: border-box;
    background: #FFFFFF;
    padding-bottom: 20px;
    box-shadow: 0px 0px 16px 0px rgba(212, 213, 214, 0.41);
}
.sec_l_container{
    padding: 30px;
}
.sec_news li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 50px;
    font-size: 18px;
}
.sec_news li a{
    width: 90%;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.sec_news li span{
    font-size: 16px;
    color: #B9B9B9;
}
.sec_l_container .swiper-pagination{
    margin-top: 20px;
    position: relative;
}
.sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets,
.sec_l_container .swiper-pagination-custom,
.sec_l_container .swiper-pagination-fraction {
    position: relative;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_l_container .swiper-pagination-bullet {
    width: 8px; 
    height:8px;
    border-radius: 4px;
    background: #818181; 
    opacity: 1;
    transition:all .5s; 
}
.sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; 
}
.sec_l_container .swiper-pagination-bullet-active {
    width: 20px;
    background: #E60012; 
    opacity: 1; 
}
.sec_c{
    width: 350px;
}
.sec_c_container{
    padding: 30px 40px;
}
.sec_zb_list{
    box-sizing: border-box;
    border-left: 1px solid #EEEEEE;
}
.sec_zb_list li{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 26px;
    padding-left: 24px;
}
.sec_zb_list li:nth-last-child(1){
    margin-bottom: 0;
}
.sec_zb_list li:hover>i{
    border: 2px solid #E60012;
}
.sec_zb_list li>i{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: -7px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 50%;
}
.sec_zb_list li:nth-child(1)>i{
    background: #E7483F;
    border: 2px solid #E7483F;
}
.sec_zb_list li:nth-child(1)>i::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid #E7483F;
    opacity: 0.28;
    width: 20px;
    height: 20px;
}
.sec_zb_list li h5{
    line-height: 26px;
    margin-bottom: 6px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.sec_zb_list li p{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 26px;
    line-height: 26px;
}
.sec_zb_list li p span{
    font-size: 16px;
    color: #757578;
}
.sec_zb_list li p a{
    display: block;
    text-align: center;
    background: #F1F1F1;
    color: #757578;
    font-size: 14px;
    margin-left: 10px;
    width: 110px;
    line-height: 26px;
    border-radius: 13px;
}
.sec_zb_list li p a.no_begin{
    background: #FCF0EF;
    color: #E7483F;
}
.sec_zb_list li p a.zbing{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #EB7738;
    background: #FFF4DD;
}
.sec_zb_list li p a.zbing span{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    padding-top: 4px;
    width: 30px;
    margin-right: 8px;
    height: 26px;
    border-radius: 13px 0 13px 13px;
    background: linear-gradient(90deg, #fb7038, #f6a13f)
}
.sec_zb_list li p a.zbing span i{
    display: block;
    width: 14px;
    height: 14px;
    background: url('https://www.huatu.com/images/2021fx/images/zhibo_icon.png') center center no-repeat;
    -webkit-animation: euiIconLiving2 0.6s steps(6) infinite;
          animation: euiIconLiving2 0.6s steps(6) infinite;
  background-size: auto;
}
@-webkit-keyframes euiIconLiving2 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -108px 0; } }

@keyframes euiIconLiving2 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -108px 0; } }

.sec_r{
    width: 375px;
}
.sec_r_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec_r_tab li{
    width: 20%;
    position: relative;
    text-align: center;
    cursor: pointer;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
}
.sec_r_tab li::after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background: #E60012;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
}
.sec_r_tab li.active::after{
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s;
    width: 100%;
}
.sec_r_tab li.active{
    color: #E60012;
}
.sec_r_cont{
    display: none;
}
.sec_r_cont:nth-child(1){
    display: block;
}
.sec_r_cont table{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.sec_r_cont th{
    line-height: 48px;
    background: #f6f6f6;
    color: #666666;
}
.sec_r_cont td{
    line-height: 46px;
    color: #888;
}
.sec_r_cont td:nth-child(1){
    color: #333;
}
.sec_r_cont td a{
    display: block;
    color: #888;
}
.sec_r_cont td a:hover{
    color: #E60012;
    text-decoration: underline;
}
.sec_r_cont a.sec_r_link:nth-last-child(1){
    border-bottom: 0;
}
.sec_r_cont a.sec_r_link:hover h5{
    color: #E60012;
}
.sec_r_cont a.sec_r_link{
    display: block;
    box-sizing: border-box;
    margin: 0 20px;
    border-bottom: 1px solid #E9EAEB;
    padding: 15px 0;
}
.sec_r_cont a.sec_r_link h5{
    line-height: 30px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #333333;overflow: hidden;
    text-overflow:ellipsis; white-space: nowrap;
}
.sec_r_cont a.sec_r_link p{
    line-height: 24px;
    font-size: 16px;
    color: #888;overflow: hidden;
    text-overflow:ellipsis; white-space: nowrap;
}
.third_box{
    box-sizing: border-box;
    background: #F6F7FA;
    padding: 30px 0;
}
.book_course_box{
    margin-top: 30px;
    position: relative;
}
.book_course{
    display: none;
}
.book_course:nth-child(1){
    display: block;
    position: relative;
}
.book_course>a{
    display: block;
    position: absolute;
    right: 0;
    top: -70px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.book_tj_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.book_tj_list li{
    width: 330px;
    background: #FFFFFF;
}
.book_tj_list li a{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.ms_ajax_list li a{
    padding: 0;
}
.ms_ajax_list li a img{
    width: 100%;
}
.ms_ajax_list li a p{
    box-sizing: border-box;
    padding: 0 20px;
}
.ms_ajax_list li a h5{
    box-sizing: border-box;
    padding: 0 20px 20px;
}
.book_tj_list li a img{
    display: block;
    margin: 0 auto;
    height: 260px;
}
.book_tj_list li a p{
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-align: justify;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    height: 64px;
    line-height: 32px;
}
.book_tj_list li a h5{
    line-height: 40px;
    font-size: 24px;
    color: #E60012;
}
.book_tj_list li a h5 span{
    font-size: 20px;
    font-weight: normal;
}
.book_search_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #fff url('https://www.huatu.com/images/2021fx/images/book_search_box_bg.png') left top no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
    padding: 20px 26px;
}
.book_search_box p{
    font-size: 22px;
    width: 100px;
    font-weight: bold;
    color: #E60012;
}
.book_search{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.search_exam_type_switch{
    width: calc(100% - 340px);
}
.sk_search{
    display: none;
}
.search_exam_type,
.book_search select{
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    background: #fff url('https://www.huatu.com/images/2021fx/images/main_search_select.png') 95% center no-repeat;
    padding-left: 10px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
}
.search_exam_type option:hover{
    background: #cc2e1b;
    color: #fff;
}
.book_search input{
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    padding-left: 16px;
    width: 250px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
}
.book_search input.exam_submit{
    text-align: center;
    background: linear-gradient(90deg, #f65637, #f22121);
    border: 0;
    width: 136px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    padding: 0;
    font-weight: bold;
    cursor: pointer;
}
.forth_box{
    box-sizing: border-box;
    padding: 40px 0;
}
.fifth_top,
.forth_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.fifth_top_link,
.forth_top_link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ccc;
    margin-left: 4px;
    font-size: 16px;
}
.fifth_top_link li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fifth_top_link a,
.forth_top_link a{
    display: block;
    box-sizing: border-box;
    color: #333;
    padding: 0 8px;
}
.fifth_top_link li.active a,
.fifth_top_link li:hover a{
    color: #E60012;
}
.fifth_cont{
    display: none;
}
.fifth_cont:nth-child(1){
    display: block;
}
.fifth_xc_l,
.fifth_xc_r{
    width: 485px;
}
.fifth_xc_r_box:nth-child(1){
    margin-bottom: 20px;
}
.fifth_cont_text{
    box-sizing: border-box;
    background: #fff;
    padding: 30px;
}
.fifth_cont_text h5{
    line-height: 38px;
    margin-bottom: 16px;
    font-size: 26px;
    color: #333;
}
.fifth_cont_text a{
    line-height: 42px;
    font-size: 18px;
    color: #333;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.fifth_xc_l h5{
    line-height: 50px;
}
.fifth_xc_l a{
    line-height: 50px;
}
.forth_container{
    box-sizing: border-box;
    padding: 30px;
    width: 685px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(212, 213, 214, 0.41);
}
.forth_tab{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}
.forth_tab li{
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #DEDEDE;
    color: #666;
    margin-right: 10px;
    width: 115px;
    line-height: 40px;
    font-size: 16px;
}
.forth_tab li.active{
    background: #FDFAFA;
    color: #E60012;
    border: 1px dashed #E60012;
}
.forth_cont{
    display: none;
}
.forth_cont:nth-child(1){
    display: block;
}
.forth_cont li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 43px;
    font-size: 18px;
}
.forth_cont_link{
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.forth_cont li a{
    width: 90%;
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.forth_cont li .forth_cont_link a:nth-child(1){
    width: auto;
    white-space: nowrap;
    display: block;
}
.forth_cont li .forth_cont_link a:nth-child(2){
    width: 85%;
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.forth_cont li span{
    font-size: 16px;
    color: #B9B9B9;
}
.fifth_box{
    box-sizing: border-box;
    background: #F6F7FA;
    padding: 30px 0;
}
.fifth_l{
    width: 1000px;
}
.fifth_ll{
    width: 545px;
}
.fifth_ll a:hover img{
    transform: scale(1.1);
}
.fifth_ll a,
.fifth_ll img{
    overflow: hidden;
    transition: all .5s;
    display: block;
    width: 100%;
}
.fifth_hotpoint:nth-last-child(1){
    margin-bottom: 0;
}
.fifth_hotpoint{
    margin-bottom: 20px;
    width: 430px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;
}
.fifth_hotpoint:hover img{
    transform: scale(1.1);
}
.fifth_hotpoint_img{
    display: block;
    overflow: hidden;
    width: 190px;
}
.fifth_hotpoint img{
    transition: all .5s;
    display: block;
    width: 100%;
}
.fifth_hp_text{
    height: 180px;
    width: calc(100% - 190px);
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: justify;
    position: relative;
}
.fifth_hp_text::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);    
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    left: -12px;
}
.fifth_hp_text p{
    width: 100%;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden;
    color: #333333;
    line-height: 30px;
    font-size: 18px;
}
.fifth_hp_text span{
    display: block;
    line-height: 30px;
    font-size: 18px;
    color: #888888;
}
.fifth_r{
    width: 375px;
}
.fifth_r_gwy{
    background: #fff url('https://www.huatu.com/images/2021fx/images/fifth_r_gwy_bg.png') center top no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.fifth_r_gwy h5{
    line-height: 32px;
    margin-bottom: 16px;
    font-size: 22px;
    color: #333;
}
.fifth_gwy_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-bottom: 5px;
} 
.fifth_gwy_row:nth-last-child(1){
    margin-bottom: 0;
}
.fifth_gwy_row p{
    width: 106px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    color: #E60012;
    background: #FDFAFA;
    border: 1px dashed #E60012;
}
.fifth_gwy_row a:hover{
    color: #E60012;
    background: #FDFAFA;
    border: 1px dashed #E60012;
}
.fifth_gwy_row a{
    display: block;
    width: 70px;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    color: #333;
    background: #fff;
    border: 1px dashed #888888;
}
.fifth_r_other{
    background: linear-gradient(0deg, #fff, #fff2f0);
    box-sizing: border-box;
}
.fifth_r_other h5{
    line-height: 32px;
    font-size: 22px;
    padding: 20px;
    box-sizing: border-box;
    color: #333;
}
.fifth_r_other table{
    width: 100%;
    background: #fff;
    text-align: center;
    font-size: 16px;
}
.fifth_r_other table td{
    width: 33.3%;
    border: 1px solid #E5E4E4;
    line-height: 55px;
}
.fifth_r_other table td a{
    display: block;
    color: #333;
}
.fifth_r_other table td:hover a{
    color: #E60012;
}
.fifth_r_other table td:hover{
    background: url('https://www.huatu.com/images/2021fx/images/fifth_table_hover.png') right bottom no-repeat;
}
.sixth_box{
    box-sizing: border-box;
    padding: 40px 0;
}
.sixth_container{
    margin-top: 30px;
    box-shadow: 0px 0px 16px 0px rgba(212, 213, 214, 0.41);
}
.zxfx{
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 0px 16px 0px rgba(212, 213, 214, 0.41);
}
.sixth_video,
#video{
    width: 980px;
    height: 560px;
}
.sixth_video_tab{
    width: calc(100% - 980px);
    padding: 12px 24px;
    box-sizing: border-box;
}
.sixth_video_tab li{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    cursor: pointer;
    color: #333;
    padding: 20px 12px;
    border-bottom: 1px dashed #D7D7D7;
}
.sixth_video_tab li:nth-last-child(1){
    border-bottom: 0;
}
.sixth_video_tab li.active,
.sixth_video_tab li:hover{
    color: #E60012;
}
.sixth_video_poster{
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    align-items: center;
    transition: all .5s;
    overflow: hidden;
    width: 170px;
    height: 98px;
}
.sixth_video_poster:hover{
    border: 1px solid #E60012;
}
.sixth_video_tab li.active img{
    transform: scale(1.1);
}
.sixth_video_tab li img{
    box-sizing: border-box;
    transition: all .5s;
    display: block;
    width: 100%;
}
.sixth_video_tab li p{
    width: calc(100% - 190px);
    line-height: 30px;
    font-size: 18px;
}
.seventh_box{
    background: url('https://www.huatu.com/images/2021fx/images/seventh_bg.jpg') center bottom no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.seventh_l{
    color: #fff;
    box-sizing: border-box;
    width: 400px;
    padding-top: 60px;
    padding-bottom: 60px;
    /* border-left: 2px solid #505361; */
}
.seventh_l p.seventh_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 36px;
    font-size: 16px;
}
.seventh_l p.seventh_top img{
    display: block;
    height: 12px;
    margin-left: 30px;
}
.seventh_l h2{
    line-height: 80px;
    margin: 10px 0;
    font-size: 65px;
}
.seventh_l p.seventh_tit{
    line-height: 55px;
    margin-bottom: 50px;
    font-size: 28px;
}
.seventh_btn{
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
}
.seventh_btn .swiper-button-prev.swiper-button-white.prev,
.seventh_btn .swiper-button-next.swiper-button-white.next {
    margin: 0 15px;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    background: none;
    right: auto;
    top: auto;
    left: auto;
    bottom: auto;
}
.seventh_btn .swiper-button-prev.swiper-button-white.prev img,
.seventh_btn .swiper-button-next.swiper-button-white.next img {
    display: block;
    height: 12px;
}
.seventh_r{
    width: 900px;
}
.seventh_teacher{
    position: relative;
    box-sizing: border-box;
    transition: all .5s;
    padding: 40px 0;
    height: 633px;
    background: url('https://www.huatu.com/images/2021fx/images/teacher_bg.png') center top ;
    background-size: 100% 100%;
}
.seventh_teacher img{
    transition: all .5s;
    display: block;
    margin: 0 auto;
    width: 300px;
}
.teacher_text{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,0));
    padding: 30px;
}
.teacher_text h5{
    color: #fff;
    line-height: 45px;
    font-size: 30px;
}
.teacher_text h6{
    color: #ccc;
    font-weight: normal;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 20px;
}
.teacher_text p{
    display: none;
    text-align: justify;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
}
.eighth_box{
    margin: 40px auto;
    background: url('https://www.huatu.com/images/2021fx/images/about_bg.jpg') center bottom no-repeat;
    background-size: 100%;
}
.eighth_container{
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eighth_container li{
    position: relative;
    width: 330px;
    height: 250px;
    box-shadow: 0 0 16px #d4d5d6;
}
.eighth_container li img{
    display: block;
}
.eighth_text{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.9), rgba(0,0,0,0));
}
.eighth_img{
    overflow: hidden;
}
.eighth_img img{
    transition: all .5s;
    display: block;
    width: 100%;
}
.eighth_img:hover img{
    transform: scale(1.1);
}
.eighth_text h5{
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    position: relative;
}
.eighth_text h5::after{
    content: '';
    display: block;
    position: absolute;
    background: #E60012;
    left: 0;
    bottom: 0;
    width: 55px;
    height: 3px;
}
.eighth_text p{
    display: none;
    width: 100%;
    margin-top: 12px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-align: justify;
}
.ninth_box{
    display: none;
    background: url('https://www.huatu.com/images/2021fx/images/ninth_bg.png') center bottom repeat-y;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 80px 0;
}
.ninth_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ninth_list li{
    width: 300px;
}
.ninth_list li .ninth_top{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #000009;
    height: 70px;
    margin-bottom: 12px;
}
.ninth_list li .ninth_top h5{
    line-height: 70px;
    font-size: 56px;
}
.ninth_list li .ninth_top span{
    display: block;
    line-height: 40px;
    font-size: 36px;
}
.ninth_list li p{
    line-height: 30px;
    font-size: 18px;
    color: #666;
}
.tenth_box{
    background: url('https://www.huatu.com/images/2021fx/images/news_bg.png') center bottom repeat-y;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 40px 0;
}
.news_box{
    width: 650px;
}
.news_box li{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 35px;
}
.news_box li img{
    display: block;
    height: 34px;
}
.news_box li:nth-last-child(1) a{
    border-bottom: 0;
}
.news_box li a{
    display: block;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    width: 600px;
    padding-bottom: 35px;
}
.news_box li a h4{
    line-height: 36px;
    margin-bottom: 16px;
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}
.news_box li a p{
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden;
    color: #888;
    text-align: justify;
    height: 60px;
    line-height: 30px;
    font-size: 18px;
}
.contact_box{
    background: url('https://www.huatu.com/images/2021fx/images/contact_bg.png') center bottom repeat-y;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 40px 0;
}
.contact_container{
    margin-top: 30px;
    background: #fff;
}
.contact_tab{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    border: 1px solid #E6E6E6;
    border-bottom: 0;
}
.contact_tab li{
    width: 12.5%;
    line-height: 80px;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    box-sizing: border-box;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.contact_tab li.active{
    color: #E60012;
    border-bottom: 2px solid #E60012;
}
.contact_tab li:nth-child(6n){
    border-right: 1px solid #E6E6E6;
}
.contact_cont_box{
    min-height: 260px;
}
.contact_cont{
    box-sizing: border-box;
    padding: 30px 70px;
}
.contact_text{
    width: 860px;
}
.contact_text p{
    line-height: 50px;
    font-size: 18px;
    color: #000000;
}
.contact_text p a{
    color: #000000;
}
.contact_qr{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 360px;
}
.contact_img:nth-child(1){
    margin-left: 0;
}
.contact_img{
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    width: 170px;
    margin-left: 20px;
    padding: 6px;
}
.contact_img img{
    width: 100%;
    display: block;
}
.bottom{
    background: #323232;
    box-sizing: border-box;
    padding: 40px 0;
}
.bottom_tab{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(230, 230, 230, .2);
}
.bottom_tab li{
    margin-right: 36px;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}
.bottom_tab li.active{
    color: #E60012;
    border-bottom: 2px solid #E60012;
}
.bottom_cont{
    display: none;
}
.bottom_cont:nth-child(1){
    display: block;
}
.bottom_cont a{
    white-space: nowrap;
    display: inline-block;
    color: #FFFFFF;
    margin-right: 20px;
    font-size: 16px;
    line-height: 36px;
}
.footer {
    clear: both;
    position: relative;
    padding: 30px 0;
    text-align: center;
    background: #272727;
}
.footer p {
    position: relative;
    z-index: 2;
    color: #ADADAD;
    font-size: 16px;
    line-height: 30px;
}
.footer p span {
    padding: 0 5px;
}
.footer p a {
    color: #ADADAD;
}
.footer p a:hover{
    color: #fff;
}
.fixed_l{
    position: fixed;
    z-index: 99;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
}
.fixed_l h5{
    line-height: 22px;
    padding: 8px 0;
    font-size: 18px;
    color: #E60012;
    box-sizing: border-box;
}
.fixed_l_list li{
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 8px;
    font-size: 18px;
    line-height: 22px;
    color: #565656;
    border-top: 1px dashed rgba(173, 173, 173, .5);
}
.fixed_l_list li.active{
    background: #E60012;
    color: #fff;
}
.fixed_l_cont_box{
    display: none;
    position: absolute;
    top: 0;
    left: 66px;
    height: 100%;
}
.fixed_l_cont{
    display: none;
    background: #fff;
    /* position: absolute;
    top: 0;
    left: 66px; */
    width: 180px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
}

.fixed_l_cont:nth-child(2){
	display: none;
    background: #fff;
    /* position: absolute;
    top: 0;
    left: 66px; */
    width: 180px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
	margin-top: 90px;
    }
	.fixed_l_cont:nth-child(3){
	display: none;
    background: #fff;
    /* position: absolute;
    top: 0;
    left: 66px; */
    width: 180px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
	margin-top: 120px;
    }
	.fixed_l_cont:nth-child(4){
	display: none;
    background: #fff;
    /* position: absolute;
    top: 0;
    left: 66px; */
    width: 180px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
	margin-top: 145px;
    }
	.fixed_l_cont:nth-child(5){
	display: none;
    background: #fff;
    /* position: absolute;
    top: 0;
    left: 66px; */
    width: 180px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
	margin-top: 180px;
    }
	.fixed_l_cont:nth-child(6){
	display: none;
    background: #fff;
    /* position: absolute;
    top: 0;
    left: 66px; */
    width: 180px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
	margin-top: 205px;
    }
	.fixed_l_cont:nth-child(7){
	display: none;
    background: #fff;
    /* position: absolute;
    top: 0;
    left: 66px; */
    width: 180px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
	margin-top: 230px;
    }
	.fixed_l_cont:nth-child(8){
	display: none;
    background: #fff;
    /* position: absolute;
    top: 0;
    left: 66px; */
    width: 180px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
	margin-top: 260px;
    }
	.fixed_l_cont:nth-child(9){
	display: none;
    background: #fff;
    /* position: absolute;
    top: 0;
    left: 66px; */
    width: 180px;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
	/* margin-top: 540px; */
    }
.fixed_l_cont a{
    display: block;
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(173, 173, 173, 1);
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.fixed_l_cont a:nth-last-child(1){
    border-bottom: 0;
}
.fixed_r{
    position: fixed;
    z-index: 99;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 7px 40px 0px rgba(212, 213, 214, 0.36);
}
.fixed_r a,
.fixed_wx{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border-top: 1px dashed rgba(173, 173, 173, .5);
    width: 66px;
    height: 66px;
}
.fixed_r a:nth-child(1){
    border-top: 0;
}
.fixed_r a img,
.fixed_wx img{
    height: 24px;
}
.fixed_r a.toTop img{
    height: 12px;
}
.fixed_wx img.fixed_icon,
.fixed_wx:hover img.fixed_icon_hover,
.fixed_r a img.fixed_icon,
.fixed_r a:hover img.fixed_icon_hover{
    display: block;
}
.fixed_wx:hover img.fixed_icon,
.fixed_r a:hover img.fixed_icon,
.fixed_wx img.fixed_icon_hover,
.fixed_r a img.fixed_icon_hover{
    display: none;
}
.fixed_wx p,
.fixed_r a p{
    line-height: 20px;
    font-size: 16px;
    color: #565656;
}
.fixed_wx:hover,
.fixed_r a:hover{
    background: #E60012;
}
.fixed_wx:hover p,
.fixed_r a:hover p{
    color: #fff;
}

.fixed_wx{
    cursor: pointer;
    position: relative;
}
.fixed_r_wx_box{
    display: none;
    position: fixed;
    z-index: 99;
    right: 66px;
    min-width: 130px;
    padding: 4px 4px 20px 4px;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    background: #E60012;
}
.fixed_r_wx_box h5{
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}
.fixed_wx_list{
    border-radius: 10px;
    background: #fff;
}
.fixed_wx_list a{
    display: block;
    width: 100%;
    border-bottom: 1px dashed #d5d5d5;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
}
.fixed_wx_list a:hover{
    background: none;
    color: #E60012;
}
.fixed_wx_list a:nth-last-child(1){
    border-bottom: 0;
}





@media screen and (max-width: 1580px){
    .header_city{
        max-width: 750px;
    }
    .top{
        height: 50px;
    }
    .top_nav li{
        height: 50px;
        margin-right: 20px;
    }
    .top_nav_btn{
        height: 50px;
    }
    .top_nav_btn span{
        font-size: 16px;
        margin-right: 6px;
    }
    .top_nav_btn img{
        width: 10px;
    }
    .top_nav_slide{
        top: 50px;
    }
    .daohang_box{
        padding: 10px;
        width: 725px;
    }
    .daohang_box h5{
        line-height: 46px;
        font-size: 16px;
        padding-left: 16px;
    }
    .daohang_box .top_nav_link{
        padding-bottom: 20px;
    }
    .top_nav_link_row{
        line-height: 32px;
        font-size: 14px;
    }
    .top_nav_link_row a{
        width: 108px;
    }
    .top_nav_link_row span{
        width: 10px;
    }
    .nav_course{
        width: 550px;
    }
    .nav_course_box{
        height: 100px;
    }
    .nav_course_box h5{
        line-height: 46px;
        font-size: 16px;
    }
    .nav_course_box p a{
        border-radius: 4px;
        width: 70px;
        line-height: 28px;
        font-size: 14px;
    }
    .nav_sz{
        width: 80px;
    }
    .nav_sz a{
        line-height: 40px;
        font-size: 14px;
    }
    .media_list li{
        width: 50px;
        height: 50px;
        margin-right: 8px;
    }
    .media_list li .media_icon{
        height: 20px;
    }
    .media_qr_box{
        width: 240px;
        padding: 10px;
        top: 50px;
    }
    .media_qr_box .media_qr{
        width: 90px;
    }
    .media_qr_box .mdia_qr_text{
        width: 110px;
    }
    .media_qr_box .mdia_qr_text p{
        line-height: 24px;
        font-size: 14px;
    }
    .media_qr_box .mdia_qr_text span{
        width: 80px;
        line-height: 28px;
        font-size: 14px;
        border-radius: 4px;
        margin-top: 8px;
    }
    .top_phone{
        margin-right: 10px;
    }
    .top_phone img{
        width: 20px;
        margin-right: 10px;
    }
    .top_phone b{
        font-size: 16px;
    }
    .top_login{
        line-height: 30px;
        font-size: 16px;
    }
    .top_login a{
        margin: 0 10px;
    }
    .header{
        padding: 20px 0;
    }
    .logo img{
        height: 40px;
    }
    .logo i{
        height: 35px;
        margin: 0 8x;
    }
    .header_l h1{
        margin-left: 16px;
        padding-left: 16px;
        font-size: 28px;
        line-height: 32px;
    }
    .header_city li{
        margin-left: 10px;
    }
    .header_city li a{
        line-height: 25px;
        font-size: 16px;
    }
    .nav{
        padding: 10px 0;
    }
    .nav_list li{
        width: 150px;
        line-height: 40px;
        font-size: 20px;
    }
    .nav_list li::after{
        font-size: 18px;
        width: 10px;
        line-height: 30px;
    }
    .nav_box{
        padding: 10px 0;
    }
    .zkxx_list li{
        width: 136px;
        margin: 8px 15px 8px 0;
        line-height: 54px;
        font-size: 18px;
    }
    .zkxx_list li.hot::after{
        width: 36px;
        height: 36px;
    }
    .zkxx_list li:nth-child(7n) .zkxx_gj_slide::before,
    .zkxx_list li:nth-child(8n) .zkxx_gj_slide::before{
        left: auto;
        right: 60px;
    }
    .zkxx_gj_slide{
        top: 55px;
        width: 500px;
        padding: 10px;
    }
    .zkxx_gj_slide::before{
        left: 60px;
    }
    .zkxx_gj_row h5{
        width: 80px;
        line-height: 32px;
        font-size: 16px;
    }
    .zkxx_gj_row p{
        width: calc(100% - 80px);
        line-height: 32px;
        font-size: 14px;
    }
    .zkxx_gj_row p a{
        margin: 0 4px;
    }
    .zxfx_tab{
    }
    .zxfx_tab li{
        margin: 0 26px 10px 0;
        line-height: 30px;
        font-size: 18px;
    }
    .zxfx_cont_tab li{
        margin: 6px 8px 6px 0;
        padding: 0 8px;
        min-width: 80px;
        line-height: 36px;
        font-size: 14px;
    }
    .zxfx_cont_tab-sub {
        display: none;
    }
    .zxfx_cont_tab-sub li {       
        float: left;
        margin: 6px 8px 6px 0;
        padding: 0 8px;
        min-width: 72px;
        line-height: 32px;
        font-size: 12px;
        text-align: center;
        border: 1px solid #DEDEDE;
        border-radius: 8px;
        color: #666;
        cursor: pointer;
    }
    /*.zxfx_cont_cont_box {
        display: none;
    }*/
    .zxfx_posi_box h5{
        line-height: 36px;
        margin-bottom: 8px;
        font-size: 16px;
    }
    .zxfx_posi p{
        line-height: 30px;
        font-size: 14px;
        margin-right: 20px;
    }
    .zxfx_posi p img{
        height: 20px;
        margin-right: 4px;
    }
    .zxfx_posi>a{
        width: 85px;
        line-height: 30px;
        font-size: 14px;
    }
    .main_box{
        padding: 30px 0;
    }
    .main_box>.container{
        padding: 30px;
    }
    .main_top{
        margin-bottom: 30px;
    }
    .box_title{
        height: 45px;
        line-height: 45px;
    }
    .box_title img{
        height: 32px;
        margin-right: 8px;
    }
    .box_title h3{
        font-size: 28px;
    }
    .main_search_box a.search_btn{
        margin-left: 8px;
        width: 90px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .main_search{
        height: 45px;
    }
    .search_type{
        width: 120px;
    }
    .search_type span{
        width: 90px;
        font-size: 18px;
    }
    .search_type img{
        height: 6px;
    }
    .search_type:hover .search_type_list{
        max-height: 300px;
    }
    .search_type_list{
        width: 120px;
        top: 38px;
    }
    .search_type_list li{
        font-size: 14px;
        line-height: 30px;
    }
    .search_input{
        padding-left: 16px;
        width: 350px;
        height: 34px;
        line-height: 34px;
        font-size: 18px;
    }
    .search_submit{
        width: 76px;
        background-size: 24px;
    }
    .main_l{
        width: 450px;
    }
    .main_title{
        height: 36px;
        line-height: 36px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .main_title a{
        margin-right: 4px;
    }
    .main_news_list{
        margin-bottom: 15px;
    }
    .main_news_list li{
        height: 42px;
        line-height: 42px;
        font-size: 18px;
    }
    .main_news_list a{
        margin-right: 4px;
    }
    .main_c{
        width: 200px;
    }
    .main_c a{
        margin-bottom: 24px;
    }
    .main_r{
        width: 450px;
    }
    .main_r .swiper-pagination-bullet {
        width: 24px; 
        height: 6px;
    }
    .main_r_tab{
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .main_r_tab li{
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .main_course_tj td{
        line-height: 62px;
        font-size: 15px;
    }
    .main_cont_dh td{
        line-height: 52px;
        font-size: 15px;
    }
    .main_cont_tools{
        justify-content: flex-start;
    }
    .main_cont_tools li{
        margin: 0;
        width: 33.3%;
    }
    .main_cont_tools li a{
        margin: 0 auto;
        width: 70px;
        height: 70px;
        border-radius: 8px;
    }
    .main_cont_tools li a img{
        height: 30px;
    }
    .main_cont_tools li p{
        line-height: 35px;
        font-size: 16px;
    }
    .sec_box{
        padding: 40px 0;
    }
    .sec_l{
        width:530px;
    }
    .sec_top{
        margin-bottom: 24px;
    }
    .sec_top_link{
        margin-left: 4px;
        font-size: 14px;
    }
    .sec_top_link a{
        padding: 0 4px;
    }
    .sec_l_container{
        padding: 20px;
    }
    .sec_news li{
        line-height: 46px;
        font-size: 16px;
    }
    .sec_news li a{
        width: 85%;
    }
    .sec_news li span{
        font-size: 14px;
    }
    .sec_l_container .swiper-pagination{
        margin-top: 20px;
    }
    .sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets,
    .sec_l_container .swiper-pagination-custom,
    .sec_l_container .swiper-pagination-fraction {
        bottom: 10px;
    }
    .sec_l_container .swiper-pagination-bullet {
        width: 8px; 
        height:8px;
        border-radius: 4px;
    }
    .sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px; 
    }
    .sec_l_container .swiper-pagination-bullet-active {
        width: 20px;
    }
    .sec_c{
        width: 280px;
    }
    .sec_c_container{
        padding: 20px 30px;
    }
    .sec_zb_list li{
        margin-bottom: 20px;
        padding-left: 24px;
    }
    .sec_zb_list li>i{
        left: -7px;
        width: 10px;
        height: 10px;
    }
    .sec_zb_list li:nth-child(1)>i::after{
        width: 20px;
        height: 20px;
    }
    .sec_zb_list li h5{
        line-height: 26px;
        margin-bottom: 6px;
        font-size: 16px;
    }
    .sec_zb_list li p{
        height: 26px;
        line-height: 26px;
    }
    .sec_zb_list li p span{
        font-size: 14px;
    }
    .sec_zb_list li p a{
        font-size: 12px;
        margin-left: 10px;
        width: 110px;
        line-height: 26px;
        border-radius: 13px;
        white-space: nowrap;
    }
    .sec_zb_list li p a.zbing span{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
        padding-top: 4px;
        width: 30px;
        margin-right: 8px;
        height: 26px;
        border-radius: 13px 0 13px 13px;
        background: linear-gradient(90deg, #fb7038, #f6a13f)
    }
    .sec_zb_list li p a.zbing span i{
        display: block;
        width: 14px;
        height: 14px;
        background: url('https://www.huatu.com/images/2021fx/images/zhibo_icon.png') center center no-repeat;
        -webkit-animation: euiIconLiving2 0.6s steps(6) infinite;
              animation: euiIconLiving2 0.6s steps(6) infinite;
      background-size: auto;
    }
    .sec_r{
        width: 350px;
    }
    .sec_r_tab li{
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .sec_container{
        padding-bottom: 10px;
    }
    .sec_r_cont table{
        font-size: 15px;
    }
    .sec_r_cont th{
        line-height: 40px;
    }
    .sec_r_cont td{
        line-height: 42px;
    }
    .sec_r_cont a.sec_r_link{
        margin: 0 16px;
        padding: 10px 0;
    }
    .sec_r_cont a.sec_r_link h5{
        line-height: 30px;
        margin-bottom: 8px;
        font-size: 16px;
    }
    .sec_r_cont a.sec_r_link p{
        line-height: 24px;
        font-size: 14px;
    }
    .third_box{
        padding: 30px 0;
    }
    .book_course_box{
        margin-top: 30px;
    }
    .book_course>a{
        top: -65px;
        line-height: 30px;
        font-size: 18px;
    }
    .book_tj_list li{
        width: 280px;
        background: #FFFFFF;
    }
    .book_tj_list li a{
        padding: 20px;

    }
.ms_ajax_list li a{
    padding: 0;
}
.ms_ajax_list li a img{
    width: 100%;
}
.ms_ajax_list li a p{
    box-sizing: border-box;
    padding: 0 20px;
}
.ms_ajax_list li a h5{
    box-sizing: border-box;
    padding: 0 20px 20px;
}
    .book_tj_list li a img{
        height: 240px;
    }
    .book_tj_list li a p{
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 18px;
        height: 60px;
        line-height: 30px;
    }
    .book_tj_list li a h5{
        line-height: 30px;
        font-size: 22px;
    }
    .book_tj_list li a h5 span{
        font-size: 18px;
    }
    .book_search_box{
        margin-top: 40px;
        padding: 16px 20px;
    }
    .book_search_box p{
        font-size: 20px;
        width: 90px;
    }
    .search_exam_type_switch{
        height: 50px;
        width: calc(100% - 280px);
    }
    .sk_search{
        display: none;
    }
    .search_exam_type,
    .book_search select{
        padding-left: 5px;
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .book_search input{
        padding-left: 16px;
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #333;
    }
    .book_search input.exam_submit{
        width: 130px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        padding-left: 0;
    }
    .forth_box{
        padding: 40px 0;
    }
    .fifth_top,
    .forth_top{
        margin-bottom: 20px;
    }
    .fifth_top_link,
    .forth_top_link{
        margin-left: 4px;
        font-size: 16px;
    }
    .fifth_top_link a,
    .forth_top_link a{
        padding: 0 6px;
    }
    .forth_container{
        padding: 20px;
        width: 580px;
    }
    .forth_tab{
        margin-bottom: 12px;
    }
    .forth_tab li{
        margin-right: 10px;
        width: 110px;
        line-height: 36px;
        font-size: 14px;
    }
    .forth_cont li{
        line-height: 40px;
        font-size: 16px;
    }
    .forth_cont li span{
        font-size: 14px;
    }
    .fifth_box{
        padding: 20px 0;
    }
    .fifth_xc_l,
    .fifth_xc_r{
        width: 405px;
    }
    .fifth_xc_r_box:nth-child(1){
        margin-bottom: 20px;
    }
    .fifth_cont_text{
        padding: 20px;
    }
    .fifth_cont_text h5{
        line-height: 39px;
        margin-bottom: 10px;
        font-size: 26px;
        color: #333;
    }
    .fifth_cont_text a{
        line-height: 35px;
        font-size: 18px;
    }
    .fifth_xc_l h5{
        line-height: 50px;
    }
    .fifth_xc_l a{
        line-height: 42px;
    }
    .fifth_l{
        width: 830px;
    }
    .fifth_ll{
        width: 450px;
    }
    .fifth_hotpoint{
        margin-bottom: 17px;
        width: 360px;
    }
    .fifth_hotpoint_img{
        width: 155px;
    }
    .fifth_hotpoint img{
        width: 155px;
    }
    .fifth_hp_text{
        height: 146px;
        width: calc(100% - 155px);
        padding: 10px;
    }
    .fifth_hp_text p{
        text-align: justify;
        line-height: 26px;
        font-size: 16px;
    }
    .fifth_hp_text span{
        text-align: justify;
        line-height: 26px;
        font-size: 16px;
    }
    .fifth_r{
        width: 350px;
    }
    .fifth_r_gwy{
        padding: 10px;
    }
    .fifth_r_gwy h5{
        line-height: 26px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .fifth_gwy_row{
        margin-bottom: 5px;
    } 
    .fifth_gwy_row p{
        width: 106px;
        line-height: 36px;
        font-size: 16px;
    }
    .fifth_gwy_row a{
        width: 70px;
        line-height: 36px;
        font-size: 16px;
    }
    .fifth_r_other h5{
        line-height: 32px;
        font-size: 22px;
        padding: 20px;
    }
    .fifth_r_other table{
        font-size: 14px;
    }
    .fifth_r_other table td{
        line-height: 44px;
    }
    .sixth_box{
        padding: 40px 0;
    }
    .sixth_container{
        margin-top: 30px;
    }
    .sixth_video,
    #video{
        width: 800px;
        height: 500px;
    }
    .sixth_video_tab{
        width: 400px;
        padding: 0 16px;
    }
    .sixth_video_tab li{
        padding: 16px 10px;
    }
    .sixth_video_poster{
        width: 160px;
        height: 90px;
    }
    .sixth_video_tab li p{
        width: calc(100% - 170px);
        line-height: 24px;
        font-size: 18px;
    }
    .seventh_l{
        width: 350px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .seventh_l p.seventh_top{
        line-height: 36px;
        font-size: 16px;
    }
    .seventh_l p.seventh_top img{
        height: 12px;
        margin-left: 30px;
    }
    .seventh_l h2{
        line-height: 80px;
        margin: 10px 0;
        font-size: 65px;
    }
    .seventh_l p.seventh_tit{
        line-height: 55px;
        margin-bottom: 50px;
        font-size: 28px;
    }
    .seventh_btn{
        padding-left: 15px;
    }
    .seventh_btn .swiper-button-prev.swiper-button-white.prev,
    .seventh_btn .swiper-button-next.swiper-button-white.next {
        margin: 0 15px;
        width: 40px;
        height: 30px;
    }
    .seventh_btn .swiper-button-prev.swiper-button-white.prev img,
    .seventh_btn .swiper-button-next.swiper-button-white.next img {
        height: 12px;
    }
    .seventh_r{
        width: 800px;
    }
    .seventh_teacher{
        padding: 40px 0;
        height: 500px;
    }
    .seventh_teacher img{
        width: 250px;
    }
    .teacher_text{
        padding: 20px;
    }
    .teacher_text h5{
        line-height: 45px;
        font-size: 30px;
    }
    .teacher_text h6{
        line-height: 28px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .teacher_text p{
        line-height: 24px;
        font-size: 16px;
    }
    .eighth_box{
        margin: 40px auto;
    }
    .eighth_container{
        margin: 30px auto 0;
    }
    .eighth_container li{
        width: 280px;
        height: 210px;
    }
    .eighth_text h5{
        line-height: 40px;
        font-size: 22px;
    }
    .eighth_text h5::after{
        width: 55px;
        height: 3px;
    }
    .eighth_text p{
        margin-top: 12px;
        line-height: 22px;
        font-size: 14px;
    }
    .ninth_box{
        padding: 60px 0;
    }
    .ninth_list li{
        width: 280px;
    }
    .ninth_list li .ninth_top{
        height: 70px;
        margin-bottom: 12px;
    }
    .ninth_list li .ninth_top h5{
        line-height: 70px;
        font-size: 50px;
    }
    .ninth_list li .ninth_top span{
        line-height: 40px;
        font-size: 36px;
    }
    .ninth_list li p{
        line-height: 24px;
        font-size: 16px;
    }
    .tenth_box{
        padding: 40px 0;
    }
    .news_box{
        width: 580px;
    }
    .news_box li{
        padding-top: 25px;
    }
    .news_box li img{
        height: 34px;
    }
    .news_box li a{
        width: 540px;
        padding-bottom: 25px;
    }
    .news_box li a h4{
        line-height: 34px;
        margin-bottom: 14px;
        font-size: 20px;
    }
    .news_box li a p{
        height: 60px;
        line-height: 30px;
        font-size: 18px;
    }
    .contact_box{
        padding: 40px 0;
    }
    .contact_container{
        margin-top: 30px;
    }
    .contact_tab li{
        width: 12.5%;
        line-height: 60px;
        font-size: 14px;
    }
    .contact_cont{
        padding: 20px 50px;
    }
    .contact_text{
        width: 700px;
    }
    .contact_text p{
        line-height: 45px;
        font-size: 18px;
    }
    .contact_qr{
        width: 400px;
    }
    .contact_img{
        width: 160px;
        margin-left: 20px;
        padding: 3px;
    }
    .bottom{
        padding: 40px 0;
    }
    .bottom_tab{
        height: 50px;
        margin-bottom: 20px;
    }
    .bottom_tab li{
        margin-right: 30px;
        line-height: 50px;
        font-size: 22px;
    }
    .bottom_cont a{
        margin-right: 10px;
        font-size: 16px;
        line-height: 30px;
    }
    .footer {
        padding: 30px 0;
    }
    .footer p {
        font-size: 16px;
        line-height: 30px;
    }
    .footer p span {
        padding: 0 5px;
    }
    .fixed_l{
        width: 66px;
    }
    .fixed_l h5{
        line-height: 22px;
        padding: 11px 0;
        font-size: 18px;
    }
    .fixed_l_list li{
        padding: 10px;
        font-size: 18px;
        line-height: 22px;
    }
    .fixed_l_cont{
        left: 66px;
        width: 180px;
        padding: 10px;
    }
	.fixed_l_cont:nth-child(2){
        left: 66px;
        width: 180px;
        padding: 10px;
		margin-top: 90px;
    }
	.fixed_l_cont:nth-child(3){
        left: 66px;
        width: 180px;
        padding: 10px;
		margin-top: 120px;
    }
	.fixed_l_cont:nth-child(4){
        left: 66px;
        width: 180px;
        padding: 10px;
		margin-top: 150px;
    }
	.fixed_l_cont:nth-child(5){
        left: 66px;
        width: 180px;
        padding: 10px;
		margin-top: 180px;
    }
	.fixed_l_cont:nth-child(6){
        left: 66px;
        width: 180px;
        padding: 10px;
		margin-top: 210px;
    }
	.fixed_l_cont:nth-child(7){
        left: 66px;
        width: 180px;
        padding: 10px;
		margin-top: 240px;
    }
	.fixed_l_cont:nth-child(8){
        left: 66px;
        width: 180px;
        padding: 10px;
		margin-top: 260px;
    }
	.fixed_l_cont:nth-child(9){
        left: 66px;
        width: 180px;
        padding: 10px;
		/* margin-top: 540px; */
    }
    .fixed_l_cont a{
        line-height: 36px;
        font-size: 14px;
    }
    .fixed_r{
        width: 66px;
    }
    .fixed_r a,
    .fixed_wx{
        width: 66px;
        height: 66px;
    }
    .fixed_r a img,
    .fixed_wx img{
        height: 24px;
    }
    .fixed_r a.toTop img{
        height: 12px;
    }
    .fixed_wx p,
    .fixed_r a p{
        line-height: 20px;
        font-size: 16px;
    }
    .fixed_r_wx_box{
        right: 66px;
        min-width: 130px;
        padding: 4px 4px 20px 4px;
        border-radius: 10px;
    }
    .fixed_r_wx_box h5{
        line-height: 32px;
        font-size: 16px;
    }
    .fixed_wx_list{
        border-radius: 10px;
    }
    .fixed_wx_list a{
        width: 100%;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
}



@media screen and (max-width: 1200px) {
    .fixed_l,.fixed_r,.top,.header_city,
    .main_search_box,
    .seventh_box{
        display: none;
    }
    body{
        min-width: auto;
        max-width: 100%;
        overflow-x: hidden;
    }
    .container{
        width: 98%;
        margin: 0 auto;
    }

    
    .header{
        padding: .5rem;
        box-shadow: 0 0 16px 0px rgba(212, 213, 214, 0.18);
    }
    .logo img{
        height: 1.4rem;
    }
    .logo i{
        height: 1rem;
        margin: 0 .2rem;
    }
    .header_l h1{
        margin-left: .4rem;
        padding-left: .4rem;
        font-size: 1rem;
        line-height: 1.4rem;
    }
    /* nav */
    .nav{
        padding: .3rem 0;
    }
    .nav_list{
        white-space: nowrap;
        overflow-x: scroll;
    }
    .nav_list li{
        width: 16.6%;
        line-height: 1.2rem;
        font-size: .75rem;
    }
    .nav_list li::after{
        font-size: .75rem;
        width: .25rem;
        line-height: 1rem;
    }
    .nav_box{
        padding: .3rem;
    }
    .zkxx_list li{
        width: 24%;
        margin: .2rem .5%;
        line-height: 1.6rem;
        border-radius: .2rem;
        font-size: .7rem;
    }
    .zkxx_list li:nth-child(8n){
        margin: .2rem .5%;
    }
    .zkxx_list li.hot::after{
        width: 1.3rem;
        height: 1.3rem;
    }
    .zkxx_gj_slide{
        top: 1.6rem;
        width: 20rem;
        padding: .3rem;
    }
    .zkxx_gj_slide::before{
        left: 2.5rem;
        top: -.2rem;    
        border-left: .2rem solid transparent;
        border-right: .2rem solid transparent;
        border-bottom: .2rem solid #fff;
    }
    .zkxx_gj_row h5{
        width: 4rem;
        line-height: 1.1rem;
        font-size: .8rem;
    }
    .zkxx_gj_row p{
        width: calc(100% - 4rem);
        line-height: 1.1rem;
        font-size: .7rem;
    }
    .zkxx_gj_row p a{
        margin: 0 .2rem;
    }
    .zxfx{
        padding: .3rem;
    }
    .zxfx_cont_tab li{
        margin:  .16rem;
        padding: 0 .2rem;
        min-width: 4rem;
        line-height: 1.3rem;
        font-size: .7rem;
    }
    .zxfx_posi_box h5{
        line-height: 1.2rem;
        margin-bottom: .2rem;
        font-size: .85rem;
    }
    .zxfx_posi p{
        line-height: 1.1rem;
        font-size: .7rem;
        margin-right: .3rem;
    }
    .zxfx_posi p img{
        height: .5rem;
        margin-right: .2rem;
    }
    .zxfx_posi>a{
        width: 4rem;
        line-height: 1.2rem;
        font-size: .75rem;
    }
    /* main */
    .main_box{
        padding: .2rem 0;
    }
    .main_box>.container{
        padding: .5rem;
    }
    .main_top{
        margin-bottom: .4rem;
    }
    .box_title{
        height: 1.3rem;
        line-height: 1.3rem;
    }
    .box_title img{
        height: .9rem;
        margin-right: .3rem;
    }
    .box_title h3{
        font-size: 1rem;
    }
    .main_main{
        flex-wrap: wrap;
    }
    .main_l{
        width: 100%;
    }
    .main_title{
        height: 1.4rem;
        line-height: 1.4rem;
        margin-bottom: .2rem;
        font-size: 1rem;
    }
    .main_title a{
        margin-right: .2rem;
    }
    .main_news_list{
        margin-bottom: .3rem;
    }
    .main_news_list li{
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: .8rem;
    }
    .main_news_list a{
        margin-right: .2rem;
    }
    .main_c{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin: .5rem 0;
    }
    .main_c a{
        width: 49%;
        margin: .1rem 0;
    }
    .main_c a:nth-last-child(1){
        margin: .1rem 0;
    }
    .main_r{
        width: 100%;
    }
    .main_r .swiper-container-horizontal>.swiper-pagination-bullets,
    .main_r .swiper-pagination-custom,
    .main_r .swiper-pagination-fraction {
        bottom: .3rem;
    }
    .main_r .swiper-pagination-bullet {
        width: .4rem; 
        height: .2rem;
    }
    .main_r .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 .1rem; 
    }
    .main_r_tab{
        margin-top: .4rem;
        margin-bottom: .4rem;
    }
    .main_r_tab li{
        height: 1.4rem;
        line-height: 1.4rem;
        font-size: .75rem;
    }
    .main_course_tj td{
        line-height: 1.5rem;
        font-size: .7rem;
    }
    .main_cont_dh td{
        line-height: 1.5rem;
        font-size: .7rem;
    }
    .main_cont_tools li{
        width: 24%;
        margin: .1rem .5%;
    }
    .main_cont_tools li a{
        margin: 0 auto;
        width: 3rem;
        height: 3rem;
        border-radius: .2rem;
    }
    .main_cont_tools li a img{
        width: 1.5rem;
    }
    .main_cont_tools li p{
        line-height: 1.3rem;
        font-size: .7rem;
    }
    /* sec */
    .sec_box{
        padding: .5rem 0;
        flex-wrap: wrap;
    }
    .sec_l{
        width: 100%;
    }
    .sec_top{
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
    .sec_top_link{
        margin-left: .2rem;
        font-size: .7rem;
    }
    .sec_top_link a{
        padding: 0 .1rem;
    }
    .sec_container{
        padding-bottom: .5rem;
    }
    .sec_l_container{
        padding: .5rem;
    }
    .forth_tab li{
        margin: .1rem 1%;
        width: 31.3%;
        line-height: 1.4rem;
        font-size: .75rem;
    }
    .sec_news li{
        line-height: 1.6rem;
        font-size: .75rem;
    }
    .sec_news li span{
        font-size: .7rem;
    }
    .sec_l_container .swiper-pagination{
        margin-top: .4rem;
    }
    .sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets,
    .sec_l_container .swiper-pagination-custom,
    .sec_l_container .swiper-pagination-fraction {
        bottom: .3rem;
    }
    .sec_l_container .swiper-pagination-bullet {
        width: .4rem; 
        height:.4rem;
        border-radius: .2rem;
    }
    .sec_l_container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 .2rem; 
    }
    .sec_l_container .swiper-pagination-bullet-active {
        width: 1rem;
    }
    .sec_c{
        width: 100%;
    }
    .sec_c_container{
        padding: .5rem 1rem;
    }
    .sec_zb_list li{
        margin-bottom: .5rem;
        padding-left: 1rem;
    }
    .sec_zb_list li>i{
        left: -.37rem;
        width: .4rem;
        height: .4rem;
    }
    .sec_zb_list li:nth-child(1)>i::after{
        content: '';
        width: .8rem;
        height: .8rem;
    }
    .sec_zb_list li h5{
        line-height: 1.4rem;
        margin-bottom: .2rem;
        font-size: 1rem;
    }
    .sec_zb_list li p{
        display: flex;
        justify-content: space-between;
        height: 1.4rem;
        line-height: 1.4rem;
    }
    .sec_zb_list li p span{
        font-size: .85rem;
    }
    .sec_zb_list li p a{
        font-size: .85rem;
        margin-left: .2rem;
        width: 6rem;
        line-height: 1.6rem;
        border-radius: .8rem;
    }
    .sec_zb_list li p a.zbing span{
        padding-top: .1rem;
        width: 2rem;
        margin-right: .2rem;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: .8rem 0 .8rem .8rem;
    }
    .sec_zb_list li p a.zbing span i{
        width: .35rem;
        height: .35rem;
    }
    .sec_r{
        width: 100%;
    }
    .sec_r_tab li{
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: .8rem;
    }
    .sec_r_cont table{
        font-size: .75rem;
    }
    .sec_r_cont th{
        line-height: 1.5rem;
    }
    .sec_r_cont td{
        line-height: 1.7rem;
    }
    .sec_r_cont a.sec_r_link{
        margin: 0 .5rem;
        padding: .3rem 0;
    }
    .sec_r_cont a.sec_r_link h5{
        line-height: 1.5rem;
        margin-bottom: .2rem;
        font-size: .85rem;
    }
    .sec_r_cont a.sec_r_link p{
        line-height: 1.3rem;
        font-size: .75rem;
    }
    /* fourth */
    .third_box{
        padding: .5rem 0;
    }
    .book_course_box{
        margin-top: .5rem;
    }
    .book_course>a{
        top: -1.8rem;
        line-height: 1.2rem;
        font-size: .8rem;
    }
    .book_tj_list{
        flex-wrap: wrap;
    }
    .book_tj_list li{
        width: 49%;
    }
    .book_tj_list li a{
        padding: .4rem;
    }
    .ms_ajax_list li a p{
        padding: 0 .5rem;
    }
    .ms_ajax_list li a h5{
        padding: 0 .5rem .5rem;
    }
    .book_tj_list li a img{
        height: 6rem;
    }
    .book_tj_list li a p{
        margin-top: .3rem;
        margin-bottom: .2rem;
        font-size: .75rem;
        height: 2.2rem;
        line-height: 1.1rem;
    }
    .book_tj_list li a h5{
        line-height: 1rem;
        font-size: .85rem;
    }
    .book_tj_list li a h5 span{
        font-size: .7rem;
    }
    .book_search_box{
        display: none;
    }
    /* five */
    .forth_box{
        padding: .5rem 0;
    }
    .fifth_top,
    .forth_top{
        margin-bottom: .4rem;
    }
    .fifth_top, .forth_top{
        display: block;
    }
    .fifth_top_link,
    .forth_top_link{
        margin-left: .2rem;
        font-size: .7rem;
    }
    .fifth_top_link a,
    .forth_top_link a{
        padding: 0 .1rem;
    }
    .fifth_xc_l,
    .fifth_xc_r{
        width: 100%;
    }
    .fifth_xc_r_box:nth-child(1){
        margin-bottom: .5rem;
    }
    .fifth_cont_text{
        padding: .5rem;
    }
    .fifth_cont_text h5{
        line-height: 1.2rem;
        margin-bottom: .3rem;
        font-size: .85rem;
    }
    .fifth_cont_text a{
        line-height: 1.6rem;
        font-size: .75rem;
    }
    .fifth_xc_l h5{
        line-height: 1.5rem;
    }
    .fifth_xc_l a{
        line-height: 1.5rem;
    }
    .forth_container{
        padding: .5rem;
        width: 100%;
    }
    .forth_tab{
        margin-bottom: .3rem;
    }
    .forth_tab li{
        margin: .1rem 1%;
        width: 31.3%;
        line-height: 1.4rem;
        font-size: .7rem;
    }
    .forth_cont li{
        line-height: 1.6rem;
        font-size: .75rem;
    }
    .forth_cont_link{
        width: 90%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .forth_cont li a{
        width: 90%;
        display: block;
        color: #333;
        overflow: hidden;
        text-overflow:ellipsis; 
        white-space: nowrap;
    }
    .forth_cont li .forth_cont_link a:nth-child(1){
        width: auto;
        white-space: nowrap;
        display: block;
    }
    .forth_cont li .forth_cont_link a:nth-child(2){
        width: 80%;
    }
    .forth_cont li span{
        font-size: .6rem;
    }
    .fifth_box{
        padding: .5rem 0;
    }
    .fifth_l{
        width: 100%;
    }
    .fifth_ll{
        width: 100%;
    }
    .fifth_hotpoint{
        margin-bottom: auto;
        margin-top: .3rem;
        width: 100%;
    }
    .fifth_hotpoint_img{
        width: 8rem;
    }
    .fifth_hp_text{
        height: 4rem;
        width: calc(100% - 8rem);
        padding: .3rem;
    }
    .fifth_hp_text::after{
        border-top: .3rem solid transparent;
        border-bottom: .3rem solid transparent;
        border-right: .3rem solid #fff;
        left: -.3rem;
    }
    .fifth_hp_text p{
        line-height: 1rem;
        font-size: .75rem;
    }
    .fifth_hp_text span{
        line-height: 1rem;
        font-size: .75rem;
    }
    .fifth_r{
        width: 100%;
    }
    .fifth_r_gwy{
        padding: .5rem;
    }
    .fifth_r_gwy h5{
        line-height: 1.5rem;
        margin-bottom: .3rem;
        font-size: .85rem;
    }
    .fifth_gwy_row{
        margin-bottom: .5rem;
    } 
    .fifth_gwy_row p{
        width: 5.7rem;
        line-height: 1.4rem;
        font-size: .7rem;
    }
    .fifth_gwy_row a{
        width: 4.7rem;
        line-height: 1.4rem;
        font-size: .7rem;
    }
    .fifth_r_other h5{
        line-height: 1.1rem;
        font-size: .9rem;
        padding: .5rem;
    }
    .fifth_r_other table{
        font-size: .7rem;
    }
    .fifth_r_other table td{
        line-height: 1.6rem;
    }
    /* six */
    .sixth_box{
        padding: .5rem 0;
    }
    .sixth_container{
        margin-top: .5rem;
    }
    .zxfx{
        padding: .5rem;
    }
    .sixth_video,
    #video{
        width: 100%;
        height: 14rem;
    }
    .sixth_video_tab{
        width: 100%;
        padding: .5rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sixth_video_tab li{
        width: 49%;
        margin: .1rem .5%;
        padding: .3rem;
    }
    .sixth_video_poster{
        width: 5rem;
        height: 3rem;
    }
    .sixth_video_tab li:nth-last-child(1){
        border-bottom: 1px dashed #D7D7D7;
    }
    .sixth_video_tab li p{
        width: calc(100% - 5.5rem);
        line-height: 1rem;
        font-size: .7rem;
    }
    /* nine */
    .eighth_box{
        margin: .5rem auto;
    }
    .eighth_container{
        margin: .5rem auto 0;
        flex-wrap: wrap;
    }
    .eighth_container li{
        width: 49%;
        height: 8.5rem;
        margin: .2rem .5%;
    }
    .eighth_container li img{
        width: 100%;
    }
    .eighth_text{
        padding: .3rem;
    }
    .eighth_text h5{
        line-height: 1.6rem;
        font-size: .85rem;
    }
    .eighth_text h5::after{
        width: 2rem;
        height: .1rem;
    }
    .eighth_text p{
        margin-top: .2rem;
        line-height: 1rem;
        font-size: .7rem;
    }
    .ninth_box{
        padding: 1rem 0;
    }
    .ninth_list{
        flex-wrap: wrap;
    }
    .ninth_list li{
        width: 49%;
        box-sizing: border-box;
        padding: 0 .4rem;
        margin: .3rem .5%;
    }
    .ninth_list li .ninth_top{
        height: 1.5rem;
        margin-bottom: .3rem;
    }
    .ninth_list li .ninth_top h5{
        line-height: 1.5rem;
        font-size: 1rem;
    }
    .ninth_list li .ninth_top span{
        line-height: 1rem;
        font-size: .8rem;
    }
    .ninth_list li p{
        line-height: 1rem;
        font-size: .7rem;
    }
    /* tenth */
    .tenth_box{
        padding: .5rem 0;
    }
    .news_box{
        width: 100%;
    }
    .news_box li{
        padding-top: .4rem;
    }
    .news_box li img{
        height: .8rem;
    }
    .news_box li a{
        width: 100%;
        padding-bottom: .5rem;
    }
    .news_box li a h4{
        line-height: 1.6rem;
        margin-bottom: .3rem;
        font-size: 1rem;
    }
    .news_box li a p{
        height: 2.2rem;
        line-height: 1.1rem;
        font-size: .75rem;
    }
    .contact_box{
        padding: .5rem 0;
    }
    .contact_container{
        margin-top: .4rem;
    }
    .contact_tab li{
        width: 25%;
        line-height: 1.6rem;
        font-size: .8rem;
    }
    .contact_cont_box{
        min-height: 7rem;
    }
    .contact_cont{
        padding: .5rem;
    }
    .contact_text{
        width: calc(100% - 7.5rem)
    }
    .contact_text p{
        line-height: 1.1rem;
        font-size: .8rem;
    }
    .contact_qr{
        width: 7rem;
    }
    .contact_img{
        width: 7rem;
        margin-left: .2rem;
        padding: .2rem;
    }
    .bottom{
        padding: .5rem 0;
    }
    .bottom_tab{
        height: 1.6rem;
        margin-bottom: .5rem;
    }
    .bottom_tab li{
        margin-right: .6rem;
        line-height: 1.6rem;
        font-size: .85rem;
    }
    .bottom_cont a{
        margin: 0 .2rem;
        font-size: .7rem;
        line-height: 1.1rem;
        height: 1.1rem;
    }
    .bottom{
        display: none;
    }
    .footer {
        position: relative;
        height: 2.4rem;
        padding: 0;
        overflow: hidden;
    }
    .footer p{
        display: none;
    }
    .footer:before {
        display: block;
        content: "华图教育集团版权所有";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: #fff;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }

}